Fixed documentation not bulding properly

This commit is contained in:
famfo 2022-01-05 11:08:58 +01:00
parent 40175666f7
commit 03f2252456
2 changed files with 1 additions and 2 deletions

View file

@ -8,7 +8,7 @@ license = "Unlicense"
name = "async-circe"
readme = "README.md"
repository = "https://git.karx.xyz/circe/async-circe.git"
version = "0.2.1"
version = "0.2.2"
[dependencies.toml]
version = "0.5"

View file

@ -25,7 +25,6 @@
#![warn(missing_docs)] // We want everything documented
#![allow(clippy::needless_return)] // Wants to remove a return statement, but when it's removed the code doesn't compile
#![cfg_attr(docsrs, feature(doc_cfg))]
#![feature(doc_cfg)]
use tokio::io::BufReader;