aboutsummaryrefslogtreecommitdiff
path: root/src/debug.txt
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2022-09-13 20:06:58 +0200
committeromagdy7 <omar.professional8777@gmail.com>2022-09-13 20:06:58 +0200
commit64c44822724265d5d589c7a0f81d8d1dbd73ab1d (patch)
tree8f12091c61e2963c5645f169456b600f8852e9ed /src/debug.txt
parent1ce581a931352192c1360e1496d7a1ae56380e9d (diff)
downloadgof-rs-64c44822724265d5d589c7a0f81d8d1dbd73ab1d.tar.xz
gof-rs-64c44822724265d5d589c7a0f81d8d1dbd73ab1d.zip
Fixed a bug where the width was way more that its supposed to be
Diffstat (limited to 'src/debug.txt')
-rw-r--r--src/debug.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/debug.txt b/src/debug.txt
new file mode 100644
index 0000000..1aec867
--- /dev/null
+++ b/src/debug.txt
@@ -0,0 +1,13 @@
+warning: function `render_gen` is never used
+ --> src/generation.rs:38:8
+ |
+38 | pub fn render_gen(chunk: &Rect, gen: &Gen) {
+ | ^^^^^^^^^^
+ |
+ = note: `#[warn(dead_code)]` on by default
+
+warning: `gof-rs` (bin "gof-rs") generated 1 warning
+ Finished dev [unoptimized + debuginfo] target(s) in 0.02s
+ Running `/home/pengu/test/rust-dev/gof-rs/target/debug/gof-rs`
+heigt: 44
+width: 62