Skip to content

Commit b2dc66e

Browse files
committed
[Clippy] Swap manual_main_separator_str to use diagnostic item instead of path
1 parent a61b7b7 commit b2dc66e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

std/src/path.rs

+1
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ pub fn is_separator(c: char) -> bool {
263263
///
264264
/// For example, `/` on Unix and `\` on Windows.
265265
#[stable(feature = "rust1", since = "1.0.0")]
266+
#[cfg_attr(not(test), rustc_diagnostic_item = "path_main_separator")]
266267
pub const MAIN_SEPARATOR: char = crate::sys::path::MAIN_SEP;
267268

268269
/// The primary separator of path components for the current platform.

0 commit comments

Comments
 (0)