Skip to content

Commit 3e46242

Browse files
committed
Fix warning.
1 parent 3cae1d3 commit 3e46242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/function.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ macro_rules! launch {
393393
};
394394
($function:ident <<<$grid:expr, $block:expr, $shared:expr, $stream:ident>>>( $( $arg:expr),* )) => {
395395
{
396-
fn assert_impl_devicecopy<T: $crate::memory::DeviceCopy>(_val: T) {};
396+
fn assert_impl_devicecopy<T: $crate::memory::DeviceCopy>(_val: T) {}
397397
if false {
398398
$(
399399
assert_impl_devicecopy($arg);

0 commit comments

Comments
 (0)