Skip to content

Commit

Permalink
fix(variadics): EitherRefVariadic is Variadic (#1352)
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed Jul 16, 2024
1 parent 256779a commit bbef070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variadics/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ impl VariadicExt for () {
///
/// This is a sealed trait.
#[sealed]
pub trait EitherRefVariadic {
pub trait EitherRefVariadic: Variadic {
/// The un-referenced variadic. Each item will have one layer of shared references removed.
///
/// The inverse of [`VariadicExt::AsRefVar`] and [`VariadicExt::AsMutVar`].
Expand Down

0 comments on commit bbef070

Please sign in to comment.