mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-07-27 18:11:55 +00:00
Add some dox
This commit is contained in:
crates
cli
src
bin
wasm-bindgen-test-runner
test
@@ -3,6 +3,7 @@
|
||||
//! More documentation can be found in the README for this crate!
|
||||
|
||||
#![feature(use_extern_macros)]
|
||||
#![deny(missing_docs)]
|
||||
|
||||
extern crate wasm_bindgen_test_macro;
|
||||
extern crate wasm_bindgen;
|
||||
@@ -46,5 +47,4 @@ macro_rules! wasm_bindgen_test_configure {
|
||||
}
|
||||
|
||||
#[path = "rt/mod.rs"]
|
||||
#[doc(hidden)]
|
||||
pub mod __rt;
|
||||
|
Reference in New Issue
Block a user