Skip to content

Commit

Permalink
Remove the fmt! syntax extension
Browse files Browse the repository at this point in the history
It lived a good life, but its time has come. The groundwork is set for the
official transition after the next snapshot (removal of XXX2 macros)
  • Loading branch information
alexcrichton committed Oct 18, 2013
1 parent d773a02 commit 29c58c4
Show file tree
Hide file tree
Showing 18 changed files with 26 additions and 1,533 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ifneq ($(wildcard $(NON_BUILD_TARGET_TRIPLES)),)
CFG_INFO := $(info cfg: non-build target triples $(NON_BUILD_TARGET_TRIPLES))
endif

CFG_RUSTC_FLAGS := $(RUSTFLAGS) --cfg nofmt
CFG_RUSTC_FLAGS := $(RUSTFLAGS)
CFG_GCCISH_CFLAGS :=
CFG_GCCISH_LINK_FLAGS :=

Expand Down
Loading

5 comments on commit 29c58c4

@bors
Copy link
Contributor

@bors bors commented on 29c58c4 Oct 19, 2013

Choose a reason for hiding this comment

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

saw approval from huonw
at alexcrichton@29c58c4

@bors
Copy link
Contributor

@bors bors commented on 29c58c4 Oct 19, 2013

Choose a reason for hiding this comment

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

merging alexcrichton/rust/fmt-begone = 29c58c4 into auto

@bors
Copy link
Contributor

@bors bors commented on 29c58c4 Oct 19, 2013

Choose a reason for hiding this comment

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

alexcrichton/rust/fmt-begone = 29c58c4 merged ok, testing candidate = cd623e3

@bors
Copy link
Contributor

@bors bors commented on 29c58c4 Oct 19, 2013

@bors
Copy link
Contributor

@bors bors commented on 29c58c4 Oct 19, 2013

Choose a reason for hiding this comment

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

fast-forwarding master to auto = cd623e3

Please sign in to comment.