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 @@ -731,7 +731,7 @@ Whether to allow `r#""#` when `r""` can be used
731
731
732
732
733
733
## ` absolute-symbol-paths-max-segments `
734
- The max number of segments a path can have before being linted
734
+ The maximum number of segments a path can have before being linted
735
735
736
736
** Default Value:** ` 3 ` (` u64 ` )
737
737
Original file line number Diff line number Diff line change @@ -553,7 +553,7 @@ define_Conf! {
553
553
( allow_one_hash_in_raw_strings: bool = false ) ,
554
554
/// Lint: ABSOLUTE_SYMBOL_PATHS.
555
555
///
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
557
557
( absolute_symbol_paths_max_segments: u64 = 3 ) ,
558
558
/// Lint: ABSOLUTE_SYMBOL_PATHS.
559
559
///
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
2
2
//@revisions: allow_std disallow_std
3
3
//@[allow_std] rustc-env:CLIPPY_CONF_DIR=tests/ui-toml/absolute_symbol_paths/allow_std
4
4
//@[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