Skip to content

Commit

Permalink
util: Remove intra-doc links
Browse files Browse the repository at this point in the history
These modules are not always enabled.
  • Loading branch information
zaeleus committed Aug 21, 2024
1 parent c5fa913 commit 174ad3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noodles-util/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#![warn(missing_docs)]

//! **noodles-util** are utilities for working with noodles. Currently, this consists of a unified
//! interface for reading and writing [alignment] (BAM/CRAM/SAM) and [variant] (VCF/BCF) data.
//! interface for reading and writing alignment (BAM/CRAM/SAM) and variant (VCF/BCF) data.
#[cfg(feature = "alignment")]
pub mod alignment;
Expand Down

0 comments on commit 174ad3c

Please sign in to comment.