We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
palette!
It fails when used in one project:
56 | let palette = palette![ | _______________________^ 57 | | "black".to_owned(), 58 | | "blue".to_owned(), "bright blue".to_owned(), "sky blue".to_owned(), 59 | | "red".to_owned(), "bright red".to_owned(), "purple".to_owned(), 60 | | "green".to_owned(), "bright green".to_owned(), "pastel green".to_owned() 61 | | ]; | |_________^ the trait `num_integer::Integer` is not implemented for `&cpc::Pen`
The text was updated successfully, but these errors were encountered:
Fix issue #2
b4b1111
No branches or pull requests
It fails when used in one project:
The text was updated successfully, but these errors were encountered: