mirror of
https://github.com/fluencelabs/interface-types
synced 2025-04-24 23:32:13 +00:00
feat(interface-types) Add attributes.
This commit is contained in:
parent
cae0640d75
commit
6fee3acf59
12
src/lib.rs
12
src/lib.rs
@ -1,3 +1,15 @@
|
||||
#![deny(
|
||||
dead_code,
|
||||
nonstandard_style,
|
||||
unused_imports,
|
||||
unused_mut,
|
||||
unused_variables,
|
||||
unused_unsafe,
|
||||
unreachable_patterns
|
||||
)]
|
||||
#![doc(html_favicon_url = "https://wasmer.io/static/icons/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://github.com/wasmerio.png")]
|
||||
|
||||
pub mod ast;
|
||||
#[macro_use]
|
||||
mod macros;
|
||||
|
Loading…
x
Reference in New Issue
Block a user