X-Git-Url: https://i11git.iti.kit.edu/anon-gitweb/?p=Mitarbeiter%2FTim-Zeitz%2Fstud-rust-base.git;a=blobdiff_plain;f=src%2Ftypes.rs;h=b10ba13729e1571c2f518330c54359f230b85083;hp=bb11a001e5cdaecb4c2b8ef3a65c8696ba9ac2c2;hb=c56a14307218fbb51ad188826a431cd034cce473;hpb=dd14e61875eedc443d6004db819562a9b7f98a14;ds=inline diff --git a/src/types.rs b/src/types.rs index bb11a00..b10ba13 100644 --- a/src/types.rs +++ b/src/types.rs @@ -1,10 +1,6 @@ use std; -#[allow(dead_code)] pub type NodeId = u32; -#[allow(dead_code)] pub type EdgeId = u32; -#[allow(dead_code)] pub type Weight = u32; -#[allow(dead_code)] pub const INFINITY: Weight = std::u32::MAX / 2;