Skip to content

Commit 3234996

Browse files
committed
---
yaml --- r: 205119 b: refs/heads/tmp c: 2e07b0d h: refs/heads/master i: 205117: 10e3c98 205115: 7a37c51 205111: 3abfaf5 205103: d55be54 205087: 117ae3a 205055: 00ef734 v: v3
1 parent feb0f7a commit 3234996

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3232
refs/heads/beta: f0213d8ffb128a16f94af7ee985dc61484596163
3333
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3434
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
35-
refs/heads/tmp: 6f233aaa0c743cc6ca7e42d7dcd4b7d92ef4ad9a
35+
refs/heads/tmp: 2e07b0d6be3d2ffcfb154b5cbbe02bc166014172
3636
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3737
refs/tags/homu-tmp: f0ac7e04e647381e2bb87de1f3d0b108acb24d06
3838
refs/heads/gate: 97c84447b65164731087ea82685580cc81424412

branches/tmp/src/libsyntax/ext/base.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ pub enum SyntaxExtension {
431431

432432
/// A syntax extension that is attached to an item and modifies it
433433
/// in-place.
434+
#[deprecated="Replaced by MultiModifier"]
434435
Modifier(Box<ItemModifier + 'static>),
435436

436437
/// A syntax extension that is attached to an item and modifies it

0 commit comments

Comments
 (0)