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