Skip to content

Commit

Permalink
Merge branch 'nom' into list-v-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
TimToady committed Sep 11, 2015
2 parents 3f8a407 + 524a763 commit 8bc2c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/traits.pm
Expand Up @@ -137,7 +137,7 @@ multi sub trait_mod:<is>(Routine:D $r, |c ) {
subtype => c.hash.keys[0],
declaring => ' ' ~ lc( $r.^name ),
highexpect => ('rw parcel hidden-from-backtrace hidden-from-USAGE',
'pure default DEPRECATED inlinable nodal',
'cached pure default DEPRECATED inlinable nodal',
'prec equiv tighter looser assoc leading_docs trailing_docs' ),
).throw;
}
Expand Down

0 comments on commit 8bc2c40

Please sign in to comment.