Move FloatWrapper into types.
This commit is contained in:
@@ -26,9 +26,6 @@ pub use stmt::{
|
||||
SwitchCasesCollection, TryCatchBlock,
|
||||
};
|
||||
|
||||
#[cfg(not(feature = "no_float"))]
|
||||
pub use expr::FloatWrapper;
|
||||
|
||||
/// _(internals)_ Placeholder for a script-defined function.
|
||||
/// Exported under the `internals` feature only.
|
||||
#[cfg(feature = "no_function")]
|
||||
|
Reference in New Issue
Block a user