1
0
Fork 0

Move std uses in a separate section

This commit is contained in:
Daniele Tricoli 2023-03-01 17:38:19 +01:00
parent bc9c935e88
commit b7b1cd4454
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
mod ble;
mod utils;
use clap::{Parser, Subcommand};
use std::error::Error;
use clap::{Parser, Subcommand};
#[derive(Parser)]
#[command(author, version, about, long_about = None)]
struct Cli {