diff --git a/README.md b/README.md index 76f4107a5..8f615fe93 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,6 @@ The following code shows [generic modules](http://www.c3-lang.org/generics/) (mo ```c++ module stack ; // Above: the parameterized type is applied to the entire module. -import std::mem; struct Stack {