fix the ignored tests in doc test (#898)

* fix ignored test

* move CI to --release per Gav
This commit is contained in:
guanqun
2018-10-13 21:16:17 +08:00
committed by Gav Wood
parent 2be621af77
commit 26b105b472
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ macro_rules! unmarshall_args {
/// Since we can't specify the type of closure directly at binding site:
///
/// ```rust,ignore
/// ```nocompile
/// let f: FnOnce() -> Result<<u32 as ConvertibleToWasm>::NativeType, _> = || { /* ... */ };
/// ```
///