1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-06-27 11:41:34 +00:00

Fix mistakes/nits.

This commit is contained in:
Richard Dodd
2018-07-25 18:08:57 +01:00
parent ba67089501
commit 66bc98cc4b
2 changed files with 10 additions and 5 deletions
crates
backend
macro

@ -48,7 +48,7 @@ impl BindgenAttrs {
.next()
}
/// Get the first module attribute
/// Get the first version attribute
fn version(&self) -> Option<&str> {
self.attrs
.iter()