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

Eliminate cfg(doc) #65

Merged
merged 2 commits into from
Nov 1, 2023
Merged

Eliminate cfg(doc) #65

merged 2 commits into from
Nov 1, 2023

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Nov 1, 2023

See dtolnay/ghost#20.

error[E0392]: parameter `T` is never used
   --> src/lib.rs:242:21
    |
242 |     pub struct iter<T>;
    |                     ^ unused parameter
    |
    = help: consider removing `T`, referring to it in a field, or using a marker such as `core::marker::PhantomData`
    = help: if you intended `T` to be a const parameter, use `const T: usize` instead

@dtolnay dtolnay merged commit e6a8ed5 into master Nov 1, 2023
@dtolnay dtolnay deleted the nocfgdoc branch November 1, 2023 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant