Remove special-casing of never primitive in rustdoc-json-types

This commit is contained in:
Loïc BRANSTETT
2021-10-08 16:53:39 +02:00
parent 44995f7afb
commit 4891aaf2e9
4 changed files with 23 additions and 4 deletions

View File

@@ -388,8 +388,6 @@ pub enum Type {
},
/// `impl TraitA + TraitB + ...`
ImplTrait(Vec<GenericBound>),
/// `!`
Never,
/// `_`
Infer,
/// `*mut u32`, `*u8`, etc.