Skgland
|
0d983e63a1
|
fix incorrect rug path
|
2021-02-06 22:13:06 +01:00 |
|
Skgland
|
3f7a60d84b
|
more clippy lints
|
2021-02-06 22:13:06 +01:00 |
|
Skgland
|
1eb9fcf521
|
more clippy lints
|
2021-02-06 22:13:06 +01:00 |
|
Skgland
|
1571690bbb
|
fix clippy lint match|if let looks like matches! macro
|
2021-02-06 22:13:05 +01:00 |
|
Skgland
|
eb2133e648
|
fix clippy lint Manual RangeInclusive::contains implementation
|
2021-02-06 22:13:05 +01:00 |
|
Skgland
|
9107b3ddbe
|
fix some clippy lint warnings
|
2021-02-06 22:13:05 +01:00 |
|
Skgland
|
64433bd8dd
|
fix macro hygien
|
2021-02-06 22:13:04 +01:00 |
|
Skgland
|
bc6159c538
|
change prolog_parse_rebis to use 2018 edition rust
so all crates use the same edition
|
2021-02-06 22:13:04 +01:00 |
|
Skgland
|
8e5954f36f
|
remove use statements from main.rs that temporary replaced extern crate and fixed paths that previously used them
|
2021-02-06 22:13:04 +01:00 |
|
Skgland
|
b53ef148a0
|
remove extern crate declaration and fix outfall (macros now need to be imported into scope)
using use declarations in main.rs so that use paths don't need to be updated as well, this will be done in a later commit
|
2021-02-06 22:12:31 +01:00 |
|