Fix rebase fallout

This commit is contained in:
flip1995
2020-06-08 15:10:57 +02:00
committed by Robert Sedlacek
parent 346ee968bb
commit 6447507ab1
2 changed files with 5 additions and 4 deletions

View File

@@ -268,7 +268,7 @@ mod overflow_check_conditional;
mod panic_unimplemented;
mod partialeq_ne_impl;
mod path_buf_push_overwrite;
pub mod pattern_type_mismatch;
mod pattern_type_mismatch;
mod precedence;
mod ptr;
mod ptr_offset_with_cast;