Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit b6d781c

Browse files
committed
remove 'optional gc' from the homepage
Gc<T> is neither real, nor a GC, nor a good idea.
1 parent a8ee20d commit b6d781c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ <h2>Featuring</h2>
3838
<li>type inference</li>
3939
<li>zero-cost abstractions</li>
4040
<li>guaranteed memory safety</li>
41-
<li>optional garbage collection</li>
4241
<li>concurrency without data races</li>
4342
<li>minimal runtime</li>
4443
<li>efficient C bindings</li>
@@ -175,4 +174,4 @@ <h2>Featuring</h2>
175174
.ace-chrome .ace_string {
176175
color: #3E999F;
177176
}
178-
</style>
177+
</style>

0 commit comments

Comments
 (0)