From a0f77cbba537514f84f64c5be660f2bdcd69782f Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Thu, 22 Apr 2021 11:10:09 -0300 Subject: Fix things not being cleaned up correctly --- tests/progress.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/progress.rs') diff --git a/tests/progress.rs b/tests/progress.rs index 74c5774..5a1bdb6 100644 --- a/tests/progress.rs +++ b/tests/progress.rs @@ -11,6 +11,7 @@ fn tests() { t.pass("tests/08-inherent-docs.rs"); t.pass("tests/09-multiple-traits.rs"); t.pass("tests/10-multiple-traits-with-generics.rs"); + t.pass("tests/11-traits-generics-docs.rs"); t.pass("tests/98-readme.rs"); t.pass("tests/99-goal.rs"); } -- cgit 1.4.1