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

rust-mode: make indentation customizable #8390

Merged
merged 1 commit into from Aug 11, 2013
Merged

rust-mode: make indentation customizable #8390

merged 1 commit into from Aug 11, 2013

Conversation

ghost
Copy link

@ghost ghost commented Aug 8, 2013

Add new variable rust-indent-offset, defaulting to
the old value, and use it.

Add new variable rust-indent-offset, defaulting to
the old value, and use it.
bors added a commit that referenced this pull request Aug 10, 2013
This merges these PR together:

#8430: r=thestinger 
#8370: r=thestinger
#8386: r=bstrie
#8388: r=thestinger
#8390: r=graydon
#8394: r=graydon
#8402: r=thestinger
#8403: r=catamorphism
@bors bors merged commit 3596f66 into rust-lang:master Aug 11, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Mar 14, 2022
…logiq

new lint: `only_used_in_recursion`

changed:
- added `only_used_in_recursion`.
- fixed code that variables are only used in recursion.
- this would not lint when `unused_variable`

This fixes: rust-lang#8390

-----

changelog: add lint [`only_used_in_recursion`]
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