Merge pull request #1396 from matthiasbeyer/fixes-for-rust-1.26
Remove attribute (fix for beta compiler)
This commit is contained in:
commit
861b4a173c
1 changed files with 0 additions and 1 deletions
|
@ -700,7 +700,6 @@ pub mod store_check {
|
|||
};
|
||||
|
||||
// Helper function to create a SLCECD::OneDirectionalLink error object
|
||||
#[inline]
|
||||
let mk_one_directional_link_err = |src: StoreId, target: StoreId| -> LE {
|
||||
LE::from_kind(LEK::DeadLink(src, target))
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue