mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
special case numeric literals, and away we go!
This commit is contained in:
parent
228b4bb47c
commit
dc45edf7e0
7 changed files with 114 additions and 133 deletions
|
|
@ -139,7 +139,7 @@ macro_rules! border {
|
|||
#[derive(Copy, Clone)]
|
||||
pub struct $T(pub Style);
|
||||
impl Content<TuiOut> for $T {
|
||||
fn render (&self, to: &mut TuiOut) { self.draw(to); }
|
||||
fn render (&self, to: &mut TuiOut) { let _ = self.draw(to); }
|
||||
}
|
||||
)+}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue