Merge pull request #1396 from matthiasbeyer/fixes-for-rust-1.26

Remove attribute (fix for beta compiler)
This commit is contained in:
Matthias Beyer 2018-04-13 22:45:52 +02:00 committed by GitHub
commit 861b4a173c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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))
};