[librsvg: 5/6] cargo fmt
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg: 5/6] cargo fmt
- Date: Tue, 5 May 2020 20:07:22 +0000 (UTC)
commit 18034f6d1a3ba84d8fe841dc61b7648213a74dc3
Author: Federico Mena Quintero <federico gnome org>
Date: Tue May 5 15:05:20 2020 -0500
cargo fmt
librsvg/dpi.rs | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/librsvg/dpi.rs b/librsvg/dpi.rs
index a50961b1..69b79483 100644
--- a/librsvg/dpi.rs
+++ b/librsvg/dpi.rs
@@ -10,7 +10,6 @@
//! This module encapsulates that behavior so that the `rsvg_internals` crate
//! can always have immutable DPI values as intended.
-
use rsvg_internals;
// This is configurable at runtime
@@ -68,4 +67,3 @@ pub unsafe extern "C" fn rsvg_rust_set_default_dpi_x_y(dpi_x: f64, dpi_y: f64) {
DPI_Y = dpi_y;
}
}
-
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]