We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226639c commit 709dd35Copy full SHA for 709dd35
crates/toml/src/lib.rs
@@ -161,13 +161,13 @@ mod edit;
161
mod fmt;
162
mod table;
163
164
-#[doc(no_inline)]
165
#[cfg(feature = "parse")]
+#[doc(inline)]
166
pub use crate::de::{from_str, Deserializer};
167
168
#[cfg(feature = "display")]
169
pub use crate::ser::{to_string, to_string_pretty, Serializer};
170
171
pub use crate::value::Value;
172
173
pub use serde_spanned::Spanned;
0 commit comments