This commit is contained in:
Stephen Chung 2022-02-26 17:44:39 +08:00
parent e767731953
commit 61e6403ac6

View File

@ -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::*;