Skip to content

Commit

Permalink
Silence deprecation warning from pub-use
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Oct 13, 2023
1 parent 09ce8e6 commit c7376d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/thread.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pub use riot_c::*;
mod tokenparts;
#[cfg(doc)]
pub use tokenparts::TokenParts;
#[allow(deprecated)]
pub use tokenparts::{EndToken, InIsr, InThread, StartToken, TerminationToken, ValueInThread};

mod stack_stats;
Expand Down

0 comments on commit c7376d3

Please sign in to comment.