Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
2. Up version.
  • Loading branch information
denisandroid committed Aug 22, 2019
1 parent 059aec8 commit 739f9dc
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 9 deletions.
Empty file modified .gitignore
100755 → 100644
Empty file.
Empty file modified .travis.yml
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion Cargo.toml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clucstr"
version = "1.1.9"
version = "1.1.91"
authors = ["Denis Kotlyarov (Денис Котляров) <denis2005991@gmail.com>"]
repository = "https://github.com/clucompany/cluCStr.git"
edition = "2018"
Expand Down
Empty file modified LICENSE
100755 → 100644
Empty file.
Empty file modified README.md
100755 → 100644
Empty file.
Empty file modified examples/panic.rs
100755 → 100644
Empty file.
Empty file modified examples/use.rs
100755 → 100644
Empty file.
9 changes: 3 additions & 6 deletions src/lib.rs
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -191,15 +191,12 @@ Copyright 2019 #UlinProject Denis Kotlyarov (Денис Котляров)
Licensed under the Apache License, Version 2.0
*/

#![feature(test)]
#![feature(plugin_registrar)]
#![feature(rustc_private)]
#![crate_type="dylib"]
#![feature(plugin_registrar, rustc_private)]


extern crate syntax;
extern crate rustc;
extern crate rustc_plugin;

extern crate rustc_driver;

mod nightly;
pub use self::nightly::*;
Expand Down
3 changes: 1 addition & 2 deletions src/nightly.rs
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
use syntax::source_map::Span;
use syntax::tokenstream::TokenTree;
use syntax::ext::base::{ExtCtxt, MacResult, DummyResult, MacEager};
use rustc_plugin::Registry;
use syntax::ast::ExprKind;
use syntax::ast::LitKind;
use syntax::ast::Mutability;
Expand All @@ -17,7 +16,7 @@ use syntax::ptr::P;
use syntax::ast;
use syntax::ast::IntTy;
use syntax::parse::token::TokenKind;

use rustc_driver::plugin::Registry;

#[doc(hidden)]
#[plugin_registrar]
Expand Down

0 comments on commit 739f9dc

Please sign in to comment.