]> git.proxmox.com Git - perlmod.git/blobdiff - README.md
documentation update
[perlmod.git] / README.md
index c608542afe31455ca6cd48e46ddff68c69dc14df..8bee33145c81ffe907813d2bc131be8b2fe5ad6b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -53,10 +53,6 @@ Pending Changes before 1.0
   files, we only need to call bootstrap functions after all.
   (So we may not even need to parse the rust code, rather, just provide a list
   of perl packages to create...)
-* Add prototypes to exported functions.
-* Allow "trailing" `Option` parameters to be skipped in perl.
-  eg. `fn foo(x: u32, y: Option<u32>);` should be callable as `foo(1)`, rather than requiring
-  `foo(1, undef)`.
 
 Current recommended usage.
 ==========================