Skip to content

Commit 30f27ba

Browse files
Techcablecuviper
andauthored
Correct doc(cfg(...)) for sval module
Co-authored-by: Josh Stone <[email protected]>
1 parent 6586821 commit 30f27ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sval.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![cfg_attr(docsrs, doc(cfg(feature = "serde")))]
1+
#![cfg_attr(docsrs, doc(cfg(feature = "sval")))]
22

33
use crate::{IndexMap, IndexSet};
44
use sval::{Stream, Value};

0 commit comments

Comments
 (0)