Skip to content

Commit

Permalink
Resolved a warning about invalid #[doc] attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Nov 17, 2022
1 parent 73b658e commit 91737c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions lib/wasi-types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#![doc(html_favicon_url = "https://wasmer.io/images/icons/favicon-32x32.png")]
#![doc(html_logo_url = "https://github.com/wasmerio.png?size=200")]

pub mod types;
pub mod wasi;

Expand Down
2 changes: 0 additions & 2 deletions lib/wasi-types/src/types.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#![deny(unused_mut)]
#![doc(html_favicon_url = "https://wasmer.io/images/icons/favicon-32x32.png")]
#![doc(html_logo_url = "https://github.com/wasmerio.png?size=200")]
#![allow(non_camel_case_types, clippy::identity_op)]

//! Wasmer's WASI types implementation.
Expand Down

0 comments on commit 91737c7

Please sign in to comment.