Skip to content

Commit b14afbe

Browse files
committed
Remove duplicated proc_macros.rs
1 parent 0dbcbde commit b14afbe

File tree

4 files changed

+3
-475
lines changed

4 files changed

+3
-475
lines changed

book/src/lint_configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ Whether to allow `r#""#` when `r""` can be used
731731

732732

733733
## `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
735735

736736
**Default Value:** `3` (`u64`)
737737

clippy_lints/src/utils/conf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
///

tests/ui-toml/absolute_symbol_paths/absolute_symbol_paths.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)