Skip to content

Commit

Permalink
bed/record: Increase the visibility of OtherFields
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeleus committed Jul 1, 2024
1 parent 8f4b9ae commit 6a8ca5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion noodles-bed/src/record.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ use std::{fmt, io};
use bstr::ByteSlice;
use noodles_core::Position;

use self::{fields::Fields, other_fields::OtherFields};
use self::fields::Fields;
pub use self::other_fields::OtherFields;

/// A BED record.
#[derive(Clone, Default, Eq, PartialEq)]
Expand Down

0 comments on commit 6a8ca5d

Please sign in to comment.