@@ -490,7 +490,6 @@ on your own.
## _To do_ list
-* Complete internal and API documentation.
* Implement some traits (`Clone`, `Drop`, `Debug` are good candidate).
* Provide built-in support for user-space array and hash BPF maps.
* Improve safety of JIT-compiled programs with runtime memory checks.
@@ -13,8 +13,7 @@
#![doc(html_logo_url = "https://raw.githubusercontent.com/qmonnet/rbpf/master/rbpf.png",
html_favicon_url = "https://raw.githubusercontent.com/qmonnet/rbpf/master/rbpf.ico")]
-// One day we'll uncomment this!
-// #![warn(missing_docs)]
+#![warn(missing_docs)]
use std::u32;
use std::collections::HashMap;