Skip to content

Commit

Permalink
Merge pull request #207 from Aleph-Alpha/update_docs_about_static
Browse files Browse the repository at this point in the history
Update lib.rs doc comment
  • Loading branch information
escritorio-gustavo authored Jan 26, 2024
2 parents aa3d8f8 + 6ccbcce commit 61c64c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts-rs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
//! - [x] use typescript types across files
//! - [x] more enum representations
//! - [x] generics
//! - [ ] don't require `'static`
//! - [x] don't require `'static`
use std::{
any::TypeId,
Expand Down

0 comments on commit 61c64c9

Please sign in to comment.