Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option for splitting the imports #3437

Closed
ilya-epifanov opened this issue Mar 9, 2019 · 2 comments
Closed

Option for splitting the imports #3437

ilya-epifanov opened this issue Mar 9, 2019 · 2 comments

Comments

@ilya-epifanov
Copy link

a.k.a. Java-style or VCS-friendly style.

use freetype::freetype::FT_Face;
use freetype::freetype::FT_Get_Char_Index;
use freetype::freetype::FT_GlyphSlot;
use freetype::freetype::FT_Init_FreeType;

@9999years
Copy link

This is the imports_granularity option: #4991

@calebcartwright
Copy link
Member

Indeed, thanks for pointing that out @9999years! Closing accordingly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants