Merge pull request #625 from teloxide/remove_frunk_mentions

Remove mentions of the removed "frunk" feature

Former-commit-id: 50d3a6a2b0
This commit is contained in:
Hirrolot 2022-05-06 02:53:44 +06:00 committed by GitHub
commit bf693bf263
2 changed files with 0 additions and 4 deletions

View file

@ -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]). |

View file

@ -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;