Use consistent formatting for module-level comments.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
//! "Dummy" environment for testing wasm translation.
|
||||
|
||||
use environ::{FuncEnvironment, GlobalValue, ModuleEnvironment};
|
||||
use translation_utils::{Global, Memory, Table, GlobalIndex, TableIndex, SignatureIndex,
|
||||
FunctionIndex, MemoryIndex};
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! Support for configurable wasm translation.
|
||||
|
||||
mod spec;
|
||||
mod dummy;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
///! Helper functions and structures for the translation.
|
||||
//! Helper functions and structures for the translation.
|
||||
use wasmparser;
|
||||
use cretonne;
|
||||
use std::u32;
|
||||
|
||||
Reference in New Issue
Block a user