Skip to content

Commit

Permalink
docs: fixes rendering of the lib.rs docs
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Sep 8, 2024
1 parent 5ad3bf0 commit 894847f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
//! ## Features
//!
//! This crate provides the following features.
#![doc = include_str!("../docs/FEATURES.md")]
//!
//! [website]: https://ga4gh.github.io/task-execution-schemas/
//! [swagger]:
//! https://editor.swagger.io/?url=https://ga4gh.github.io/task-execution-schemas/openapi.yaml
#![doc = include_str!("../docs/FEATURES.md")]

pub mod v1;

0 comments on commit 894847f

Please sign in to comment.