Skip to content

Commit 0870aae

Browse files
committed
Fix clippy warnings
1 parent effb41e commit 0870aae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/rust_types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ pub enum RustType {
156156
/// - `SomeStruct<String>`
157157
/// - `SomeEnum<u32>`
158158
/// - `SomeTypeAlias<(), &str>`
159+
///
159160
/// However, there are some generic types that are considered to be _special_. These
160161
/// include `Vec<T>` `HashMap<K, V>`, and `Option<T>`, which are part of `SpecialRustType` instead
161162
/// of `RustType::Generic`.

0 commit comments

Comments
 (0)