Skip to content

Commit 22605b8

Browse files
committed
rust: serde: enable the core_c_str feature
Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 7fcbf51 commit 22605b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rust/serde/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@
9292
9393
////////////////////////////////////////////////////////////////////////////////
9494

95+
#![feature(core_c_str)]
96+
9597
// Serde types in rustdoc of other crates get linked to here.
9698
#![doc(html_root_url = "https://docs.rs/serde/1.0.156")]
9799
// Support using Serde without the standard library!

0 commit comments

Comments
 (0)