Fix bug.
This commit is contained in:
parent
e767731953
commit
61e6403ac6
@ -1,7 +1,7 @@
|
|||||||
//! Module defining script-defined functions.
|
//! Module defining script-defined functions.
|
||||||
#![cfg(not(feature = "no_function"))]
|
#![cfg(not(feature = "no_function"))]
|
||||||
|
|
||||||
use super::StmtBlock;
|
use super::{FnAccess, StmtBlock};
|
||||||
use crate::{Identifier, StaticVec};
|
use crate::{Identifier, StaticVec};
|
||||||
#[cfg(feature = "no_std")]
|
#[cfg(feature = "no_std")]
|
||||||
use std::prelude::v1::*;
|
use std::prelude::v1::*;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user