Skip to content

Commit 1b0be2a

Browse files
committed
[Clippy] Swap unnecessary_owned_empty_strings to use diagnostic item instead of path
1 parent 9edfe1d commit 1b0be2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

alloc/src/string.rs

+1
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ impl String {
440440
/// ```
441441
#[inline]
442442
#[rustc_const_stable(feature = "const_string_new", since = "1.39.0")]
443+
#[cfg_attr(not(test), rustc_diagnostic_item = "string_new")]
443444
#[stable(feature = "rust1", since = "1.0.0")]
444445
#[must_use]
445446
pub const fn new() -> String {

0 commit comments

Comments
 (0)