Fix spelling
This commit is contained in:
@ -14,7 +14,7 @@ use crate::{
|
|||||||
lazy_static::lazy_static! {
|
lazy_static::lazy_static! {
|
||||||
/// A static mutable lock for updating the last successful execution state for the cache.
|
/// A static mutable lock for updating the last successful execution state for the cache.
|
||||||
static ref OLD_AST: Arc<RwLock<Option<OldAstState>>> = Default::default();
|
static ref OLD_AST: Arc<RwLock<Option<OldAstState>>> = Default::default();
|
||||||
// The last successful run's memory. Not cleared after an unssuccessful run.
|
// The last successful run's memory. Not cleared after an unsuccessful run.
|
||||||
static ref PREV_MEMORY: Arc<RwLock<Option<Stack>>> = Default::default();
|
static ref PREV_MEMORY: Arc<RwLock<Option<Stack>>> = Default::default();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user