-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed commit of the following: commit b80608f Author: Stephan Hügel <shugel@tcd.ie> Date: Tue Dec 11 23:12:39 2018 +0000 Fix use statements by building an rlib commit 5c913c0 Author: Stephan Hügel <shugel@tcd.ie> Date: Tue Dec 11 22:47:53 2018 +0000 More 2018 Edition fixes commit 3a4ea8a Author: Stephan Hügel <shugel@tcd.ie> Date: Tue Dec 11 22:43:42 2018 +0000 More 2018 Edition fixes commit bbccd96 Author: Stephan Hügel <shugel@tcd.ie> Date: Tue Dec 11 22:12:23 2018 +0000 More edition fixes commit 5aa6478 Author: Stephan Hügel <shugel@tcd.ie> Date: Tue Dec 11 17:33:29 2018 +0000 More 2018 edition fix commit 4227644 Author: Stephan Hügel <shugel@tcd.ie> Date: Tue Dec 11 17:10:24 2018 +0000 Move to 2018 edition
- Loading branch information
Showing
6 changed files
with
35 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
extern crate phf_codegen; | ||
use phf_codegen; | ||
|
||
use std::fs::File; | ||
use std::io::prelude::*; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters