mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Remove mentions of the removed "frunk" feature
This commit is contained in:
parent
1e969d2680
commit
dd2feb179f
2 changed files with 0 additions and 4 deletions
|
@ -15,7 +15,6 @@
|
|||
| `cache-me` | Enables the [`CacheMe`](adaptors::CacheMe) bot adaptor. |
|
||||
| `trace-adaptor` | Enables the [`Trace`](adaptors::Trace) bot adaptor. |
|
||||
| `erased` | Enables the [`ErasedRequester`](adaptors::ErasedRequester) bot adaptor. |
|
||||
| `frunk` | Enables [`teloxide::utils::UpState`]. |
|
||||
| `full` | Enables all the features except `nightly`. |
|
||||
| `nightly` | Enables nightly-only features (see the [teloxide-core features]). |
|
||||
|
||||
|
|
|
@ -6,6 +6,3 @@ pub mod markdown;
|
|||
pub(crate) mod shutdown_token;
|
||||
|
||||
pub use teloxide_core::net::client_from_env;
|
||||
|
||||
#[cfg(feature = "frunk")]
|
||||
pub use up_state::UpState;
|
||||
|
|
Loading…
Add table
Reference in a new issue