input: refactor, move dsl stuff to tek config
Some checks are pending
/ build (push) Waiting to run

This commit is contained in:
🪞👃🪞 2025-08-23 13:47:45 +03:00
parent 0621793930
commit e3e3c163da
12 changed files with 104 additions and 182 deletions

View file

@ -366,7 +366,7 @@ pub trait DslNs<'t, T: 't>: 't {
}
}
/// Resolve as literal if valid.
fn from_literal <D: Dsl> (&self, dsl: &D) -> Perhaps<T> {
fn from_literal <D: Dsl> (&self, _: &D) -> Perhaps<T> {
Ok(None)
}
/// Resolve a symbol if known.