Skip to content

Commit

Permalink
Fix misplaced ;
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayJack committed Dec 5, 2021
1 parent 6bcf19f commit 9581b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ impl JanetClient {
///
/// unsafe extern "C" fn test(argc: i32, argv: *mut lowlevel::Janet) -> lowlevel::Janet {
/// Janet::nil().into()
/// };
/// }
///
/// # fn main() -> Result<(), Box<dyn std::error::Error>> {
/// let mut client = JanetClient::init()?;
Expand Down

0 comments on commit 9581b17

Please sign in to comment.