Skip to content

Commit

Permalink
ft: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Nov 22, 2023
1 parent e57c0cb commit 3adef4f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/functions/roadmap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,16 @@ use teloxide::{
static ROADMAP: &str = include_str!("../../data/roadmap.md");

static LINKS: &[(&str, &str)] = &[
("Offitsial Dokumentatsiya", "https://doc.rust-lang.org/book/"),
(
"Offitsial Dokumentatsiya",
"https://doc.rust-lang.org/book/",
),
("O'zbek tilidagi varianti", "https://book.rust-lang.uz"),
("Rust by Example", "https://doc.rust-lang.org/rust-by-example/"),
("Rustling", "https://github.com/rust-lang/rustlings")
(
"Rust by Example",
"https://doc.rust-lang.org/rust-by-example/",
),
("Rustling", "https://github.com/rust-lang/rustlings"),
];

pub async fn command(bot: &Bot, msg: &Message) -> ResponseResult<()> {
Expand Down

0 comments on commit 3adef4f

Please sign in to comment.