jrvidal / explaine.rs

An interactive Rust syntax playground

Home Page:https://jrvidal.github.io/explaine.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing Hint

rcoh opened this issue · comments

What I expected

:: is the path separator (https://doc.rust-lang.org/book/appendix-02-operators.html)

Source code

 4 |     let list_tables = ListTablesOperation::new().limit(50).build(dynamo_config);
   |                                          ↑

 9 | }

Location: line 4, column 41

This is now deployed 👍 Thanks for the suggestion!