Skip to content

Commit e3cc750

Browse files
committed
fix
1 parent cbbbf19 commit e3cc750

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

native/chromium/build.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*!
1+
/**
22
* Copyright (c) 2022 DB Netz AG and others.
33
* Copyright (c) 2020 Equo
44
*
@@ -11,7 +11,6 @@
1111
* Contributors:
1212
* Guillermo Zunino, Equo - initial implementation
1313
*/
14-
1514
#[cfg(feature = "gen")]
1615
extern crate bindgen;
1716
#[cfg(feature = "gen")]

native/chromium_jni_macro/src/utils/unzip4.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
* which accompanies this distribution, and is available at
77
* http://www.eclipse.org/legal/epl-v20.html
88
*/
9-
109
/// Trait for unzipping 4-tuples
11-
1210
pub trait Unzip4<A, B, C, D> {
1311
fn unzip4<FromA, FromB, FromC, FromD>(self) -> (FromA, FromB, FromC, FromD)
1412
where

0 commit comments

Comments
 (0)