Skip to content

Commit

Permalink
Refactor repository URL in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndPuQing committed Sep 28, 2024
1 parent e7b2c53 commit 0e92dfa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
description = "A rust based tty plot"
authors = ["PuQing <[email protected]>"]
build = "build.rs"
repository = "https://github.com/AndPuQing/ttydash"
repository = "https://github.com/550W-HOST/ttydash"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ async fn main() -> Result<()> {
let mut app = App::new(args.tick_rate, args.frame_rate, args.title, args.unit)?;
app.run().await?;

#[allow(clippy::needless_return)]
Ok(())
}

0 comments on commit 0e92dfa

Please sign in to comment.