Skip to content

Commit

Permalink
Fix new doc warning (#269)
Browse files Browse the repository at this point in the history
## Type of change
```
- [ ] Bug fix
- [ ] New feature development
- [x] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
- [ ] Build/deploy pipeline (DevOps)
- [ ] Other
```

## Objective
Fix new doc warning that started appearing, I assume because the new
Rust update


https://github.com/bitwarden/sdk/actions/runs/6433340114/job/17470205155?pr=203

![image](https://github.com/bitwarden/sdk/assets/725423/8357def8-20ec-41ff-95b5-297765981398)
  • Loading branch information
dani-garcia authored Oct 6, 2023
1 parent 969f03e commit f3c5279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bitwarden/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
//!
//! # Basic setup
//!
//! All operations in this crate are done via a [Client](crate::client::Client):
//! All operations in this crate are done via a [Client]:
//!
//! ```rust
//! use bitwarden::{
Expand Down

0 comments on commit f3c5279

Please sign in to comment.