cxx/syntax
David Tolnay 989ce7db0f
Resolve to_string_in_format_args clippy lint
error: `to_string` applied to a type that implements `Display` in `format!` args
      --> syntax/symbol.rs:45:44
       |
    45 |         Symbol(format!("{}{}", prefix, self.to_string()))
       |                                            ^^^^^^^^^^^^ help: remove this
       |
       = note: `-D clippy::to-string-in-format-args` implied by `-D clippy::all`
       = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args
2021-10-22 19:28:33 -07:00
..
atom.rs Support c_char type 2020-11-25 20:04:09 -08:00
attrs.rs Pass through doc(hidden) attribute 2021-10-05 16:27:08 -04:00
check.rs Support slice of trivial extern type alias 2021-07-23 14:16:46 -07:00
derive.rs Add ExternType derive for opaque Rust types 2020-11-27 19:45:21 -08:00
discriminant.rs Avoid inheriting formatter flags in some Display impls 2021-07-29 13:34:55 -07:00
doc.rs Pass through doc(hidden) attribute 2021-10-05 16:27:08 -04:00
error.rs Diagnostic for invalid lifetime param 'static 2021-04-08 18:45:08 -07:00
file.rs Preserve item inner attrs 2021-04-22 20:04:01 -07:00
ident.rs Add ForeignName wrapper around non-Rust names 2021-01-01 17:57:14 -08:00
impls.rs Store span of method receiver colon tokens 2021-04-10 13:44:31 -07:00
improper.rs Add a void ptr cast for extern type aliases containing Rust-native types 2021-03-26 18:13:41 -04:00
instantiate.rs Track the outer type's spans too for implicit impls 2021-03-27 01:51:08 -04:00
mangle.rs Document the arrangements of preprocessor variables 2021-02-17 15:56:07 -08:00
map.rs Generate all explicit and implicit impls based on one map 2021-01-01 14:28:38 -08:00
mod.rs Support enum repr types from std::os::raw 2021-04-22 20:04:03 -07:00
names.rs Delete unused span field from ForeignName 2021-09-12 05:08:34 -07:00
namespace.rs Move C++-specific namespace code unused by the proc macro 2020-11-01 22:53:37 -08:00
parse.rs Support enum repr types from std::os::raw 2021-04-22 20:04:03 -07:00
pod.rs Support raw pointers in cxx::bridge. 2021-01-23 11:34:13 -08:00
qualified.rs Support root namespace in namespace attribute 2020-12-04 12:27:25 -08:00
report.rs Batch errors from the parser 2020-05-04 01:29:17 -07:00
resolve.rs Handle unrecognized type names in checking signature for mutable return type 2021-03-28 04:07:57 -04:00
set.rs Add wrapper to prevent iteration of unordered maps 2020-12-31 17:15:56 -08:00
symbol.rs Resolve to_string_in_format_args clippy lint 2021-10-22 19:28:33 -07:00
tokens.rs Support enum repr types from std::os::raw 2021-04-22 20:04:03 -07:00
toposort.rs Add wrapper to prevent iteration of unordered maps 2020-12-31 17:15:56 -08:00
trivial.rs Support slice of trivial extern type alias 2021-07-23 14:16:46 -07:00
types.rs Support enum repr types from std::os::raw 2021-04-22 20:04:03 -07:00
visit.rs Factor out Type traversal to a Visit trait 2021-03-26 17:36:51 -04:00