lints
This commit is contained in:
parent
1cecacd8fd
commit
6127ffb970
@ -1,3 +1,5 @@
|
|||||||
|
#![warn(clippy::all)]
|
||||||
|
|
||||||
use anyhow::*;
|
use anyhow::*;
|
||||||
use async_std::prelude::*;
|
use async_std::prelude::*;
|
||||||
use clap::{App, Arg};
|
use clap::{App, Arg};
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#![forbid(unsafe_code)]
|
#![forbid(unsafe_code)]
|
||||||
|
#![warn(clippy::all)]
|
||||||
|
|
||||||
mod client_api;
|
mod client_api;
|
||||||
mod settings;
|
mod settings;
|
||||||
@ -7,8 +8,6 @@ pub mod veilid_client_capnp {
|
|||||||
include!(concat!(env!("OUT_DIR"), "/proto/veilid_client_capnp.rs"));
|
include!(concat!(env!("OUT_DIR"), "/proto/veilid_client_capnp.rs"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
cfg_if::cfg_if! {
|
cfg_if::cfg_if! {
|
||||||
if #[cfg(windows)] {
|
if #[cfg(windows)] {
|
||||||
mod windows;
|
mod windows;
|
||||||
|
Loading…
Reference in New Issue
Block a user