mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-10 20:12:25 +01:00
fix CI
This commit is contained in:
parent
084caa9c12
commit
3489890230
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
// ```
|
||||
#![cfg_attr(all(docsrs, feature = "nightly"), feature(doc_cfg, doc_spotlight))]
|
||||
#![cfg_attr(feature = "nightly", feature(type_alias_impl_trait))]
|
||||
#![cfg_attr(feature = "full", deny(rustdoc::broken_intra_doc_links))]
|
||||
#![cfg_attr(all(feature = "full", docsrs), deny(rustdoc::broken_intra_doc_links))]
|
||||
//#![deny(missing_docs)]
|
||||
|
||||
// The internal helper macros.
|
||||
|
|
Loading…
Reference in a new issue