xso: relax the feature = "std" requirement for xso::dynxso
This commit is contained in:
parent
345209bce9
commit
bdae845b14
3 changed files with 208 additions and 85 deletions
|
|
@ -31,7 +31,6 @@ extern crate std;
|
|||
use std::io;
|
||||
|
||||
pub mod asxml;
|
||||
#[cfg(feature = "std")]
|
||||
pub mod dynxso;
|
||||
pub mod error;
|
||||
pub mod fromxml;
|
||||
|
|
|
|||
Loading…
Reference in a new issue