Delete fn.rs

Removing unwanted file merged in  a previous commit
This commit is contained in:
Gauri Kholkar 2017-09-14 17:36:57 +05:30 committed by GitHub
parent 9240454a3f
commit 52294434b0

8
fn.rs
View File

@ -1,8 +0,0 @@
fn foo(x: fn(&u8, &u8), y: Vec<&u8>, z: &u8) {
// Debruijn 1 1 1 1
// Anon-Index 0 1 0 1
// ------
// debruijn indices are shifted by 1 in here
y.push(z); // index will be zero or one
}