Skip to content

Commit

Permalink
fix: remove missing_doc_code_examples
Browse files Browse the repository at this point in the history
  • Loading branch information
bellackn committed Mar 26, 2024
1 parent 4eaddc6 commit db3c08a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

* `#![deny(rustdoc::missing_doc_code_examples)]` directive (see [issue #101730](https://github.com/rust-lang/rust/issues/101730) for details)

## [0.3.1] - 2024-03-25

### Changed
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#![doc = include_str!("../README.md")]
#![deny(missing_docs)]
#![deny(rustdoc::missing_doc_code_examples)]

pub mod client;
pub mod errors;
Expand Down

0 comments on commit db3c08a

Please sign in to comment.