File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
13
13
enable corresponding serde’s features and if either is enabled, ` Error `
14
14
implements ` std::error::Error ` trait. By itself, ` serde-json-wasm ` is now
15
15
` no_std ` ; it’s up to serde’s features whether the entire build is. ** Please
16
- not :** this potentially breaks ` default-features = false ` builds.
16
+ note :** this potentially breaks ` default-features = false ` builds.
17
17
18
18
- Serialize / deserialize ` u128 ` /` i128 ` types as numbers instead of strings
19
19
([ #59 ] ).<br /> ** Please note:** this breaks deserialization of ` u128 ` /` i128 `
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pub type Result<T> = core::result::Result<T, Error>;
10
10
///
11
11
/// It implements [`std::error::Error`] trait so long as either `std` or
12
12
/// `unstable` features are enabled. `std` is enabled by default and disabling
13
- /// it makes the crate `no_std`. `unstable` makes sit necessary to build code
13
+ /// it makes the crate `no_std`. `unstable` makes it necessary to build code
14
14
/// with nightly compiler.
15
15
#[ derive( Debug , PartialEq , Eq ) ]
16
16
#[ non_exhaustive]
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ pub type Result<T> = ::core::result::Result<T, Error>;
20
20
///
21
21
/// It implements [`std::error::Error`] trait so long as either `std` or
22
22
/// `unstable` features are enabled. `std` is enabled by default and disabling
23
- /// it makes the crate `no_std`. `unstable` makes sit necessary to build code
23
+ /// it makes the crate `no_std`. `unstable` makes it necessary to build code
24
24
/// with nightly compiler.
25
25
#[ derive( Debug ) ]
26
26
#[ non_exhaustive]
You can’t perform that action at this time.
0 commit comments