Patrick Lühne
81b9ca4cfa
Variable declarations should only be considered equal if their identity is equal. In other words, just because two different variable declarations share the same name, they aren’t automatically equal. This is to support situations in which nested variable declarations shadow variable declarations of the same name at a higher level. |
||
---|---|---|
benches | ||
examples | ||
src | ||
.gitignore | ||
Cargo.toml |