Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Mar 12, 2024
1 parent 0526516 commit 8c63774
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions extendr-api/src/robj/into_robj.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ impl From<&Robj> for Robj {
}
}

/// This is an extension trait to provide a convenience method `into_robj()`.
///
/// Defer to `From<T> for Robj`-impls if you have custom types.
///
/// This is an extension trait to provide a convenience method `into_robj()`.
///
/// Defer to `From<T> for Robj`-impls if you have custom types.
///
pub trait IntoRobj {
fn into_robj(self) -> Robj;
}
Expand Down
1 change: 0 additions & 1 deletion tests/extendrtests/src/rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ impl MyClass {
}
}


/// Class for testing (exported) (use_try_from)
/// @examples
/// x <- MyClass2$new()
Expand Down

0 comments on commit 8c63774

Please sign in to comment.