8000 Change `use crate::diesel::*;` import to be more specific and not require `crate::` · Issue #94 · Wulf/dsync · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Change use crate::diesel::*; import to be more specific and not require crate:: #94
Open
@jjangga02
6601
14

Description

@jjangga0214

dsync generates use crate::diesel::*;.

But I think it actually should be use diesel::*;.

diesel is an external crate, which is not declared from the root of a user's project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0