mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-13 18:21:01 +00:00
Tweak explanation of "result" feature
This commit is contained in:
+2
-3
@@ -71,7 +71,6 @@ alloc = ["serde_core/alloc"]
|
|||||||
# Be sure that this is what you want before enabling this feature.
|
# Be sure that this is what you want before enabling this feature.
|
||||||
rc = ["serde_core/rc"]
|
rc = ["serde_core/rc"]
|
||||||
|
|
||||||
# Provide impls for Result<T, E>. Enabling these impls allows for serialization
|
# Provide impls for Result<T, E>. Convenient in some contexts but can lead to
|
||||||
# and deserialization of Result types, which may be useful in certain contexts
|
# confusion if ? or unwrap are used incautiously.
|
||||||
# but could lead to confusion if ? or unwrap are overused.
|
|
||||||
result = ["serde_core/result"]
|
result = ["serde_core/result"]
|
||||||
|
|||||||
@@ -55,7 +55,6 @@ alloc = []
|
|||||||
# Be sure that this is what you want before enabling this feature.
|
# Be sure that this is what you want before enabling this feature.
|
||||||
rc = []
|
rc = []
|
||||||
|
|
||||||
# Provide impls for Result<T, E>. Enabling these impls allows for serialization
|
# Provide impls for Result<T, E>. Convenient in some contexts but can lead to
|
||||||
# and deserialization of Result types, which may be useful in certain contexts
|
# confusion if ? or unwrap are used incautiously.
|
||||||
# but could lead to confusion if ? or unwrap are overused.
|
|
||||||
result = []
|
result = []
|
||||||
|
|||||||
Reference in New Issue
Block a user