mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 19:56:44 +01:00
This commit is contained in:
parent
0621793930
commit
e3e3c163da
12 changed files with 104 additions and 182 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue