Skip to content

Commit

Permalink
Fix doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
DelSkayn committed Sep 18, 2023
1 parent 69c25d7 commit 220220a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Documentation
env:
DOCS_RS: 1
run: cargo doc --features full-async,parallel,doc-cfg
run: cargo doc --no-deps --features full-async,parallel,doc-cfg
- name: Upload docs
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
//!
//! ## Extra types
//!
//! This crate has support for conversion of many Rust types like [`Option`](std::option::Option),
//! This crate has support for conversion of many Rust types like [`Option`],
//! [`Result`](std::result::Result), [`Vec`] and other collections. In addition an extra types
//! support can be enabled via features:
//!
Expand Down

0 comments on commit 220220a

Please sign in to comment.