Skip to content

Commit

Permalink
Fix doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-shigueo committed Nov 11, 2024
1 parent 95e0401 commit 4d1a6d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ts-rs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ pub trait TS {
/// struct GenericType<A, B>(A, B);
/// impl<A, B> TS for GenericType<A, B> {
/// type WithoutGenerics = GenericType<ts_rs::Dummy, ts_rs::Dummy>;
/// type OptionInnerType = Self;
/// // ...
/// # fn decl() -> String { todo!() }
/// # fn decl_concrete() -> String { todo!() }
Expand Down

0 comments on commit 4d1a6d4

Please sign in to comment.