File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ use crate::number::NumberDeserializer;
22
22
pub use crate :: read:: { Read , SliceRead , StrRead } ;
23
23
24
24
#[ cfg( feature = "std" ) ]
25
+ #[ cfg_attr( docsrs, doc( cfg( feature = "std" ) ) ) ]
25
26
pub use crate :: read:: IoRead ;
26
27
27
28
//////////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change 365
365
extern crate alloc;
366
366
367
367
#[ cfg( feature = "std" ) ]
368
+ #[ cfg_attr( docsrs, doc( cfg( feature = "std" ) ) ) ]
368
369
#[ doc( inline) ]
369
370
pub use crate :: de:: from_reader;
370
371
#[ doc( inline) ]
@@ -374,6 +375,7 @@ pub use crate::error::{Error, Result};
374
375
#[ doc( inline) ]
375
376
pub use crate :: ser:: { to_string, to_string_pretty, to_vec, to_vec_pretty} ;
376
377
#[ cfg( feature = "std" ) ]
378
+ #[ cfg_attr( docsrs, doc( cfg( feature = "std" ) ) ) ]
377
379
#[ doc( inline) ]
378
380
pub use crate :: ser:: { to_writer, to_writer_pretty, Serializer } ;
379
381
#[ doc( inline) ]
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ pub use crate::map::Map;
106
106
pub use crate :: number:: Number ;
107
107
108
108
#[ cfg( feature = "raw_value" ) ]
109
+ #[ cfg_attr( docsrs, doc( cfg( feature = "raw_value" ) ) ) ]
109
110
pub use crate :: raw:: { to_raw_value, RawValue } ;
110
111
111
112
/// Represents any valid JSON value.
You can’t perform that action at this time.
0 commit comments