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

add diagnostic items for OsString/PathBuf/Owned as well as to_vec on slice #82128

Merged
merged 3 commits into from
Feb 23, 2021

Commits on Feb 15, 2021

  1. add diagnostic items

    Add diagnostic items to the following types:
      OsString (os_string_type)
      PathBuf (path_buf_type)
      Owned (to_owned_trait)
    
    As well as the to_vec method on slice/[T]
    anall committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    5ef2025 View commit details
    Browse the repository at this point in the history
  2. requested/proposed changes

    anall committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    c6bb628 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. a few more diagnostic items

    anall committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    67fcaaa View commit details
    Browse the repository at this point in the history