Skip to content

Commit

Permalink
Remove panic-implementation
Browse files Browse the repository at this point in the history
rust-lang/rust#51647 has been fixed, so We can remove this hack
  • Loading branch information
paoloteti committed Sep 1, 2018
1 parent f3a13eb commit 50c4aa3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 23 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ test = false
[build-dependencies]
cc = { optional = true, version = "1.0" }

[dev-dependencies]
panic-implementation = { path = 'crates/panic-implementation' }

[features]
default = ["compiler-builtins"]

Expand Down
6 changes: 0 additions & 6 deletions crates/panic-implementation/Cargo.toml

This file was deleted.

11 changes: 0 additions & 11 deletions crates/panic-implementation/src/lib.rs

This file was deleted.

4 changes: 1 addition & 3 deletions examples/intrinsics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@
#![feature(lang_items)]
#![feature(start)]
#![feature(allocator_api)]
#![feature(panic_implementation)]
#![cfg_attr(windows, feature(panic_unwind))]
![cfg_attr(windows, feature(panic_unwind))]
#![no_std]

extern crate panic_implementation;

#[cfg(not(thumb))]
#[link(name = "c")]
Expand Down

0 comments on commit 50c4aa3

Please sign in to comment.