Skip to content

Commit 5dbfa63

Browse files
committed
cleanup
Signed-off-by: Teo Koon Peng <[email protected]>
1 parent 83d6595 commit 5dbfa63

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

macros/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pub fn delivery_label_macro(item: TokenStream) -> TokenStream {
6262
.into()
6363
}
6464

65-
// The result error is the compiler error message to be displayed.
65+
/// The result error is the compiler error message to be displayed.
6666
type Result<T> = std::result::Result<T, String>;
6767

6868
#[proc_macro_derive(JoinedValue)]

src/buffer/buffer_map.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@ mod tests {
375375
let mut context = TestingContext::minimal_plugins();
376376

377377
let workflow = context.spawn_io_workflow(|scope, builder| {
378-
// ::bevy_impulse::OrBroken::or_broken(self)
379378
let buffer_i64 = builder.create_buffer(BufferSettings::default());
380379
let buffer_f64 = builder.create_buffer(BufferSettings::default());
381380
let buffer_string = builder.create_buffer(BufferSettings::default());

0 commit comments

Comments
 (0)