Follow

I'm not embarrassed to say that I still sometimes confuse `crate::` vs `super::` in . Even though `super` is kinda obviously `..` and crate is kinda obviously `~`.

But anyway, here's an example I'll put into my cabinet:

```
// use crate::conf::point_config::PointConfig;
use super::point_config::PointConfig;
```

Sign in to participate in the conversation
Doma Social

Mastodon server of https://doma.dev.