Travis Veazey

Results 3 issues of Travis Veazey

Because the monster AI's `join` includes the `Monster` tag, the player is being excluded from this loop whether they have a `Name` or not. It's not relevant either way to...

Windows (since Vista) has the `FOLDERID_SavedGames` Known Folder (defaults to `%USERPROFILE%\Saved Games`). It would be nice if `ProjectDirs` could surface this in e.g. a `saved_games_dir()` method. I don't believe Linux...

Like `deny`, `forbid` turns lints into errors; unlike `deny`, however, `forbid` cannot be overridden. https://doc.rust-lang.org/rustc/lints/levels.html For projects or organizations that want to take a "hardline" stance on certain lints (e.g....