File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,9 +126,9 @@ and `Encodable`.
126126 all ` Encoders ` and ` Decoders ` . These should be used in crates that don't
127127 depend on [ ` rustc_middle ` ] , or that have to be serialized by a type that does
128128 not implement ` TyEncoder ` .
129- - [ ` MetadataEncodable ` ] generate implementations that
129+ - [ ` MetadataEncodable ` ] generates implementations that
130130 only allow decoding by [ ` rustc_metadata::rmeta::encoder::EncodeContext ` ] .
131- - [ ` BlobDecodable ` ] and [ ` LazyDecodable ` ] generate implementations that decode
131+ - [ ` BlobDecodable ` ] and [ ` LazyDecodable ` ] generates implementations that decode
132132 with the metadata blob decoders in [ ` rustc_metadata::rmeta ` ] ; use ` BlobDecodable `
133133 when the type has no lazy metadata handles, and ` LazyDecodable ` when it does.
134134- ` TyEncodable ` and ` TyDecodable ` generate implementation that apply to any
You can’t perform that action at this time.
0 commit comments