mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Forbid unsafe code
This commit is contained in:
parent
12b2043e74
commit
e996ffffb4
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
html_favicon_url = "https://github.com/teloxide/teloxide/raw/master/ICON.png"
|
||||
)]
|
||||
#![allow(clippy::match_bool)]
|
||||
#![forbid(unsafe_code)]
|
||||
|
||||
pub use bot::Bot;
|
||||
pub use errors::{ApiErrorKind, DownloadError, RequestError};
|
||||
|
|
Loading…
Add table
Reference in a new issue