Feat: clean the codebase as much as possible
Some checks failed
Deploy Website / deploy (push) Failing after 4m51s
Some checks failed
Deploy Website / deploy (push) Failing after 4m51s
This commit is contained in:
@@ -86,12 +86,7 @@ impl App {
|
||||
Self::build(variables, dict, rng, false)
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub fn with_shared(variables: Variables, dict: Dictionary, rng: Rng) -> Self {
|
||||
Self::build(variables, dict, rng, false)
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
#[allow(dead_code)] // used by plugin crate
|
||||
pub fn new_plugin(variables: Variables, dict: Dictionary, rng: Rng) -> Self {
|
||||
Self::build(variables, dict, rng, true)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user