Skip to content

Commit

Permalink
Bug 1451945 - Remove syn dependency from gkrust-shared. r=ted
Browse files Browse the repository at this point in the history
Remove the syn dependency from gkrust-shared, which was added in bug 1373878
as a workaround for this Cargo bug:

rust-lang/cargo#3923

MozReview-Commit-ID: L34J0davEYd

UltraBlame original commit: 580a27dbc127ef6ea45de4122395361bc22190d9
  • Loading branch information
marco-c committed Oct 2, 2019
1 parent 51c8c37 commit c82a78c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
24 changes: 0 additions & 24 deletions toolkit/library/rust/shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -542,30 +542,6 @@ release_max_level_info
"
]
}
syn
=
{
version
=
"
0
.
11
"
features
=
[
"
full
"
"
visit
"
"
parsing
"
]
}
cose
-
c
Expand Down
4 changes: 0 additions & 4 deletions toolkit/library/rust/shared/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,6 @@ log
;
extern
crate
syn
;
extern
crate
cosec
;
extern
Expand Down

0 comments on commit c82a78c

Please sign in to comment.