You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/bindgen/cargo/cargo_expand.rs
+1-8Lines changed: 1 addition & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
* License, v. 2.0. If a copy of the MPL was not distributed with this
3
3
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
4
5
+
usecrate::bindgen::config::Profile;
5
6
use std::env;
6
7
use std::error;
7
8
use std::fmt;
@@ -24,14 +25,6 @@ pub enum Error {
24
25
Compile(String),
25
26
}
26
27
27
-
/// Which Cargo profile (group) to use when expanding macros.
0 commit comments