Skip to content

Commit eed86a2

Browse files
assambarereslibre
andauthored
Apply suggestions from code review
Co-authored-by: Rafael Fernández López <[email protected]>
1 parent 9467af6 commit eed86a2

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

python/examples/embedding/wasi-py-rs/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// use pyo3::prelude::*;
2-
31
use pyo3::types::{PyModule, PyTuple};
42
use pyo3::{IntoPy, Py, PyAny, PyResult, Python};
53

python/tools/wlr-libpython/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ libc = "0.2.62"
1111

1212
[lib]
1313
crate-type = ["cdylib", "rlib"]
14-
# crate-type = ["staticlib"]
15-
# crate-type = ["rlib", "staticlib"]
1614

1715
[build-dependencies]
1816
flate2 = "1.0.26"

python/tools/wlr-libpython/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ fn main() -> Result<(), BoxedError> {
134134

135135
libs_config.emit_link_flags();
136136

137-
// println!("cargo:rustc-cfg=option_insert");
138137

139138
Ok(())
140139
}

0 commit comments

Comments
 (0)