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