mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 04:36:45 +01:00
fix some of the many lints and warnings
This commit is contained in:
parent
c37cc8840e
commit
498acac9cc
19 changed files with 41 additions and 54 deletions
|
|
@ -1,3 +1,5 @@
|
|||
const FOO: () = ();
|
||||
|
||||
pub mod core; pub use self::core::*;
|
||||
pub mod time; pub(crate) use self::time::*;
|
||||
pub mod space; pub(crate) use self::space::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue