From 6aacc6ffdba279b62768040fb0022c529833ec44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edvard=20Th=C3=B6rnros?= Date: Fri, 5 Feb 2021 19:29:31 +0100 Subject: comment lib.rs --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index c1280b3..ca8b728 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -614,6 +614,7 @@ impl Block { } } + /// Used to create empty functions. pub fn empty_with_type(ty: &Type) -> Self { let mut block = Block::new("/empty/", Path::new(""), 0); block.ty = ty.clone(); -- cgit v1.2.1