Skip to content

Commit 09aebdc

Browse files
committed
muse_use
1 parent d04afbc commit 09aebdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bigerror/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ macro_rules! reportable {
220220
}
221221

222222
pub trait AttachExt {
223+
#[must_use]
223224
fn attach_kv<K, V>(self, key: K, value: V) -> Self
224225
where
225226
K: Display,

0 commit comments

Comments
 (0)