alexey semenyuk
alexey semenyuk
@abhisheknaiidu :eyes: :bow:
Hi @abhisheknaiidu, I made some changes. Could you please take a look? Thanks!
So you have a chance to stay contributor of this code if your pull request is merged and you will be nothing to afraid on plagiarism;)
Sorry @c3b5aw Are you going to reopen it or it's closed forever? I saw this > Hello @sindresorhus, > > This is ready for review. and think that it's ready...
Hey @abhisheknaiidu, ping)
@abhisheknaiidu 👀 🙇
@rustbot claim
You can achieve the result: ``` #![allow(unused_imports)] #![allow(clippy::unsafe_removed_from_name)] use std::cell::UnsafeCell as Cell; ``` or ``` #[allow(unused_imports)] #[allow(clippy::unsafe_removed_from_name)] use std::cell::UnsafeCell as Cell; ```
@dhardy Is it still issue? Can't reproduce it [playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=b614bb8c2525c3e91fd45388d585996e)
rebased