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

configure: replace echo "" with plain echo #6970

Merged
merged 1 commit into from
Jun 8, 2013
Merged

configure: replace echo "" with plain echo #6970

merged 1 commit into from
Jun 8, 2013

Conversation

artagnon
Copy link
Contributor

@artagnon artagnon commented Jun 6, 2013

When no arguments are given, echo prints a blank line. These two are
equivalent:

$ echo ""
$ echo

Replace the former by the latter.

Signed-off-by: Ramkumar Ramachandra artagnon@gmail.com

When no arguments are given, echo prints a blank line.  These two are
equivalent:

  $ echo ""
  $ echo

Replace the former by the latter.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
@artagnon
Copy link
Contributor Author

artagnon commented Jun 8, 2013

@catamorphism I think the failure was being caused by something else: rebased now. If it still doesn't pass for some reason, just close the PR; this trivial change isn't worth our time.

bors added a commit that referenced this pull request Jun 8, 2013
When no arguments are given, echo prints a blank line.  These two are
equivalent:

  $ echo ""
  $ echo

Replace the former by the latter.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
@bors bors closed this Jun 8, 2013
@bors bors merged commit 8b87deb into rust-lang:incoming Jun 8, 2013
@artagnon artagnon deleted the configure branch June 8, 2013 21:28
flip1995 pushed a commit to flip1995/rust that referenced this pull request Apr 8, 2021
Allow missing panics doc if the panics occur only when debug-assertions is specified

fixes rust-lang#6970

changelog: `missing_panics_doc`: Allow missing panics doc if the panics occur only when `debug-assertions` is specified.
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