Skip to content

mod statements are ordered ASCIIbetically #3242

@sugar700

Description

@sugar700

https://gitlab.com/KonradBorowski/advent-of-code-2018/commit/cd9f8773de229b8fd6356e6c722d0ef55173f809

diff --git a/src/main.rs b/src/main.rs
index 090e2e1..f147489 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -3,6 +3,7 @@ use std::io::{self, Read, Write};
 use structopt::StructOpt;

 mod day1;
+mod day10;
 mod day2;
 mod day3;
 mod day4;
@@ -11,7 +12,6 @@ mod day6;
 mod day7;
 mod day8;
 mod day9;
-mod day10;
 #[cfg(test)]
 mod testmacros;

I think it would be better to use natural ordering.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions