mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Merge pull request #160 from teloxide/fix_cfg_docs
Fix `doc(cfg)` implication
This commit is contained in:
commit
22d2586949
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
|||
// (see: `teloxide`). We can't use `docsrs` as it breaks tokio compilation in this case.
|
||||
#![cfg_attr(
|
||||
all(any(docsrs, dep_docsrs), feature = "nightly"),
|
||||
feature(doc_cfg, doc_notable_trait)
|
||||
feature(doc_cfg, doc_auto_cfg, doc_notable_trait)
|
||||
)]
|
||||
#![cfg_attr(feature = "nightly", feature(type_alias_impl_trait))]
|
||||
#![cfg_attr(all(feature = "full", docsrs), deny(rustdoc::broken_intra_doc_links))]
|
||||
|
|
Loading…
Add table
Reference in a new issue