mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 13:26:01 +02:00
Polars: Minor code cleanup (#15144)
# Description Removing todos and deadcode from a previous refactor
This commit is contained in:
4
crates/nu_plugin_polars/src/cache/mod.rs
vendored
4
crates/nu_plugin_polars/src/cache/mod.rs
vendored
@ -197,11 +197,11 @@ mod test {
|
||||
|
||||
impl EngineWrapper for &MockEngineWrapper {
|
||||
fn get_env_var(&self, _key: &str) -> Option<String> {
|
||||
todo!()
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
fn use_color(&self) -> bool {
|
||||
todo!()
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
fn set_gc_disabled(&self, disabled: bool) -> Result<(), ShellError> {
|
||||
|
Reference in New Issue
Block a user