Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing bug in filenames with dashes #4

Merged
merged 2 commits into from Dec 15, 2016
Merged

Commits on Dec 12, 2016

  1. Fixing bug in filenames with dashes

    Filenames with dasesh would not create valid rust identifiers since they
    cannot include dashes in the identifier.
    
    Additionally added attribute to turn off unused code warnings and moved
    the #[allow(non_upper_case_globals)] to a global attribute
    msmith491 committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    bc53ae8 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2016

  1. Merge branch 'master' into name-fix

    pyros2097 committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    ee5d44d View commit details
    Browse the repository at this point in the history