From 781888afea38e228a59f4555cb3678920912393b Mon Sep 17 00:00:00 2001 From: 132nd-Professor <132nd-Professor> Date: Sun, 27 Jun 2021 16:35:16 +0200 Subject: [PATCH] Removed issue from readme --- README.md | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/README.md b/README.md index c2c0aed..41562ea 100644 --- a/README.md +++ b/README.md @@ -1,20 +1 @@ -# tacview-splitter-rust - -## TODO / questions -``` - Compiling tacview-splitter v0.1.0 (/home/timeshifter/rust/tacview-splitter) -error[E0597]: `body` does not live long enough - --> src/main.rs:26:56 - | -26 | let bodies_by_coalition = divide_body_by_coalition(&body); - | -------------------------^^^^^- - | | | - | | borrowed value does not live long enough - | argument requires that `body` is borrowed for `'static` -... -36 | } - | - `body` dropped here while still borrowed -``` - -Trait implementation for struct templates? - +# tacview-splitter-rust \ No newline at end of file