Skip to content

Commit

Permalink
fix mod name
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Aug 5, 2023
1 parent 96e085b commit 521c739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/syn-solidity/src/lit/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mod number;
pub use number::{LitNumber, LitNumberKind, SubDenomination};

mod str;
pub use str::{HexStr, LitHexStr, LitStr, LitUnicodeStr, UnicodeStr};
pub use self::str::{HexStr, LitHexStr, LitStr, LitUnicodeStr, UnicodeStr};

/// A Solidity literal such as a string or integer or boolean.
#[derive(Clone)]
Expand Down

0 comments on commit 521c739

Please sign in to comment.