@@ -99,10 +99,10 @@ The `rust-lang-owner` is needed because team owners cannot add new owners.
99
99
- It may be desirable to one day use different types for rustdoc serialization vs users deserialization
100
100
101
101
Reasons for this:
102
- - It could enable performance optmizations by avoiding allocations into strings
102
+ - It could enable performance optimizations by avoiding allocations into strings
103
103
- It could help with stabilization:
104
- - Allows making structs/enums ` #[non_exaustive ] `
105
- - Allows potentially supporting multiple format verions .
104
+ - Allows making structs/enums ` #[non_exhaustive ] `
105
+ - Allows potentially supporting multiple format versions .
106
106
- ` rustdoc-types ` is a nicer name, and what people already depend on.
107
107
108
108
# Prior art
@@ -115,8 +115,8 @@ The `rust-lang-owner` is needed because team owners cannot add new owners.
115
115
command gives JSON information about a cargo package. The
116
116
[ cargo-metadata] ( https://docs.rs/cargo_metadata/latest/cargo_metadata/ ) crate
117
117
provides access to this. Instead of being a export of the cargo-side type declarations,
118
- it's manually written, and not officially maintained. This has [ lead to compatibilty issues] ( https://github.com/oli-obk/cargo_metadata/issues/240 )
119
- in the past. Desipite being stable, the exact compatibilty story [ isn't yet determined] ( https://github.com/rust-lang/cargo/issues/12377 ) .
118
+ it's manually written, and not officially maintained. This has [ lead to compatibility issues] ( https://github.com/oli-obk/cargo_metadata/issues/240 )
119
+ in the past. Despite being stable, the exact compatibility story [ isn't yet determined] ( https://github.com/rust-lang/cargo/issues/12377 ) .
120
120
121
121
# Unresolved questions
122
122
[ unresolved-questions ] : #unresolved-questions
0 commit comments