Skip to content

add std_instead_of_core and std_instead_of_alloc for clippy#53

Open
jayakasadev wants to merge 1 commit intochronotope:mainfrom
jayakasadev:click_no_std
Open

add std_instead_of_core and std_instead_of_alloc for clippy#53
jayakasadev wants to merge 1 commit intochronotope:mainfrom
jayakasadev:click_no_std

Conversation

@jayakasadev
Copy link

No description provided.

@jayakasadev jayakasadev mentioned this pull request Apr 29, 2025
use std::fmt;
use std::str::Chars;
use std::time::Duration;
use core::error::Error as CoreError;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggest leaving this as std::error::Error as StdError in this commit, then we can make it conditional on the std feature in a subsequent PR.

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.

2 participants