Skip to content

Commit

Permalink
fix clippy wrngs
Browse files Browse the repository at this point in the history
  • Loading branch information
MOmarMiraj committed Jul 31, 2024
1 parent ceab213 commit d0170f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/rust_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ pub enum RustType {
/// - `SomeStruct<String>`
/// - `SomeEnum<u32>`
/// - `SomeTypeAlias<(), &str>`
/// However, there are some generic types that are considered to be _special_. These
/// include `Vec<T>` `HashMap<K, V>`, and `Option<T>`, which are part of `SpecialRustType` instead
/// of `RustType::Generic`.
/// However, there are some generic types that are considered to be _special_. These
/// include `Vec<T>` `HashMap<K, V>`, and `Option<T>`, which are part of `SpecialRustType` instead
/// of `RustType::Generic`.
///
/// If a generic type is type-mapped via `typeshare.toml`, the generic parameters will be dropped automatically.
Generic {
Expand Down

0 comments on commit d0170f7

Please sign in to comment.