File tree Expand file tree Collapse file tree 4 files changed +3
-475
lines changed
tests/ui-toml/absolute_symbol_paths Expand file tree Collapse file tree 4 files changed +3
-475
lines changed Original file line number Diff line number Diff line change @@ -730,7 +730,7 @@ Whether to allow `r#""#` when `r""` can be used
730730
731731
732732## ` absolute-symbol-paths-max-segments `
733- The max number of segments a path can have before being linted
733+ The maximum number of segments a path can have before being linted
734734
735735** Default Value:** ` 3 ` (` u64 ` )
736736
Original file line number Diff line number Diff line change @@ -553,7 +553,7 @@ define_Conf! {
553553 ( allow_one_hash_in_raw_strings: bool = false ) ,
554554 /// Lint: ABSOLUTE_SYMBOL_PATHS.
555555 ///
556- /// The max number of segments a path can have before being linted
556+ /// The maximum number of segments a path can have before being linted
557557 ( absolute_symbol_paths_max_segments: u64 = 3 ) ,
558558 /// Lint: ABSOLUTE_SYMBOL_PATHS.
559559 ///
Original file line number Diff line number Diff line change 1- //@aux-build:proc_macros.rs:proc-macro
1+ //@aux-build:../../ui/auxiliary/ proc_macros.rs:proc-macro
22//@revisions: allow_std disallow_std
33//@[allow_std] rustc-env:CLIPPY_CONF_DIR=tests/ui-toml/absolute_symbol_paths/allow_std
44//@[disallow_std] rustc-env:CLIPPY_CONF_DIR=tests/ui-toml/absolute_symbol_paths/disallow_std
You can’t perform that action at this time.
0 commit comments