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

Remove #[path = "foo/mod.rs"] attributes from sources #7922

Closed
brson opened this issue Jul 20, 2013 · 1 comment
Closed

Remove #[path = "foo/mod.rs"] attributes from sources #7922

brson opened this issue Jul 20, 2013 · 1 comment
Labels
C-cleanup Category: PRs that clean code up or issues documenting cleanup. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@brson
Copy link
Contributor

brson commented Jul 20, 2013

Blocked on #4116

@Xazax-hun
Copy link
Contributor

Once somebody get there, brute force method:

grep -rl "#[\s_path" . | xargs sed -i "s/#[\s_path.*]//g"

bors added a commit that referenced this issue Jul 28, 2013
@bors bors closed this as completed in 8d654fc Jul 28, 2013
flip1995 pushed a commit to flip1995/rust that referenced this issue Nov 23, 2021
…=giraffate

Add MSRV to deprecated_cfg_attr

changelog: Add MSRV to [`deprecated_cfg_attr`]

closes: rust-lang#7922
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-cleanup Category: PRs that clean code up or issues documenting cleanup. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

2 participants