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

document #[used] #361

Merged
merged 5 commits into from
Mar 11, 2019
Merged

document #[used] #361

merged 5 commits into from
Mar 11, 2019

Commits on Mar 11, 2019

  1. document #[used]

    japaric authored and ehuss committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    26d49a1 View commit details
    Browse the repository at this point in the history
  2. address review comments

    japaric authored and ehuss committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    e47b299 View commit details
    Browse the repository at this point in the history
  3. Update ABI.

    - Address review comments.
    - Add links to other parts of the reference.
    - Remove "list of features", will move these attributes in a future PR.
    - Remove feature(used), not needed.
    - Remove `pub` from QUUX. Otherwise it is the same as BAZ. I believe this
      was trying to illustrate that a private static accessed from a public
      function counts as "used".
    ehuss committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    9fd5b4d View commit details
    Browse the repository at this point in the history
  4. Update for centril's review.

    ehuss committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    a2f10c4 View commit details
    Browse the repository at this point in the history
  5. Fix comment error.

    ehuss committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    c31b4fa View commit details
    Browse the repository at this point in the history