diff options
Diffstat (limited to 'doc/usage/func_async_expand.rs.lock')
| -rw-r--r-- | doc/usage/func_async_expand.rs.lock | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/usage/func_async_expand.rs.lock b/doc/usage/func_async_expand.rs.lock new file mode 100644 index 0000000..ac52411 --- /dev/null +++ b/doc/usage/func_async_expand.rs.lock @@ -0,0 +1,3 @@ +pub async fn greet(name: &str) -> String { + "Hello, {name}!".to_string() +} |
