mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
fix warnings
This commit is contained in:
parent
2ef9628ab8
commit
e5752ea4b0
13 changed files with 16 additions and 22 deletions
|
|
@ -29,7 +29,7 @@ pub struct Clock {
|
|||
}
|
||||
|
||||
impl std::fmt::Debug for Clock {
|
||||
fn fmt (&self, f: &mut std::fmt::Formatter<'_>) -> std::result::Result<(), std::fmt::Error> {
|
||||
fn fmt (&self, f: &mut Formatter<'_>) -> std::result::Result<(), std::fmt::Error> {
|
||||
f.debug_struct("Clock")
|
||||
.field("timebase", &self.timebase)
|
||||
.field("chunk", &self.chunk)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue