Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadrieril committed Nov 14, 2019
1 parent ff292b9 commit 348875a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assert_trait.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ macro_rules! assert_trait_sub_any {
use $crate::_core::marker::PhantomData;
use $crate::_core::ops::Deref;

fn forall<T: $sub>() {
fn for_all<T: $sub>() {
// Fallback to use as the first iterative assignment to `previous`.
let previous = AssertImplAnyFallback;
struct AssertImplAnyFallback;
Expand Down

0 comments on commit 348875a

Please sign in to comment.