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

Suggest adding no_main for error[E0601] #1113

Merged
merged 16 commits into from
May 17, 2023
Merged

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    0c99407 View commit details
    Browse the repository at this point in the history
  2. Push command to args

    ascjones committed May 15, 2023
    Configuration menu
    Copy the full SHA
    d7e488f View commit details
    Browse the repository at this point in the history
  3. Ignore cargo tree stdout

    ascjones committed May 15, 2023
    Configuration menu
    Copy the full SHA
    f1aa1ab View commit details
    Browse the repository at this point in the history
  4. Suggest adding no_main

    ascjones committed May 15, 2023
    Configuration menu
    Copy the full SHA
    4e58d09 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    3a595ad View commit details
    Browse the repository at this point in the history
  2. Refactor to separate method

    ascjones committed May 16, 2023
    Configuration menu
    Copy the full SHA
    c7ab397 View commit details
    Browse the repository at this point in the history
  3. Update crates/build/src/lib.rs

    Co-authored-by: Michael Müller <mich@elmueller.net>
    ascjones and cmichi authored May 16, 2023
    Configuration menu
    Copy the full SHA
    b5febf0 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Detect term size

    ascjones committed May 17, 2023
    Configuration menu
    Copy the full SHA
    9f7a0a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2505c3 View commit details
    Browse the repository at this point in the history
  3. Update message

    ascjones committed May 17, 2023
    Configuration menu
    Copy the full SHA
    bb5ac97 View commit details
    Browse the repository at this point in the history
  4. Hardcode term size

    ascjones committed May 17, 2023
    Configuration menu
    Copy the full SHA
    a746e57 View commit details
    Browse the repository at this point in the history
  5. Hardcode term size

    ascjones committed May 17, 2023
    Configuration menu
    Copy the full SHA
    e041261 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b90369d View commit details
    Browse the repository at this point in the history
  7. Red

    ascjones committed May 17, 2023
    Configuration menu
    Copy the full SHA
    b1f47a8 View commit details
    Browse the repository at this point in the history
  8. Use term_size for windows

    ascjones committed May 17, 2023
    Configuration menu
    Copy the full SHA
    483a2b6 View commit details
    Browse the repository at this point in the history
  9. use term_size as _;

    ascjones committed May 17, 2023
    Configuration menu
    Copy the full SHA
    87d7f06 View commit details
    Browse the repository at this point in the history