Skip to content

Commit 504fc6e

Browse files
committed
Fixed issues with unsafe code
1 parent 6cdec10 commit 504fc6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/endpoints/tasks/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ pub struct TaskViewDataRetType {
773773

774774
#[cfg(test)]
775775
mod tests {
776-
use std::{env, str::FromStr};
776+
use std::{str::FromStr};
777777

778778
use chrono::{Datelike, Days, Months, Timelike, Utc};
779779
use taskchampion::{Status, Tag, Uuid};

0 commit comments

Comments
 (0)