Skip to content

Commit

Permalink
Merge pull request #1 from petrochenkov/master
Browse files Browse the repository at this point in the history
Fix build on nightly
  • Loading branch information
bnavetta authored Jul 8, 2017
2 parents ae92fb2 + 17d9c47 commit 994c837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ impl Binding for CmarkOptions {
}

pub fn cmark_version() -> i32 {
raw::cmark_version as i32
unsafe { raw::cmark_version as i32 }
}

pub fn version<'a>() -> &'a str {
Expand Down

0 comments on commit 994c837

Please sign in to comment.