Idea: Multi-line pub mod

⚓ Rust    📅 2025-08-21    👤 surdeus    👁️ 3      

surdeus

Info

This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Idea: Multi-line pub mod

To keep in line with use statements, would a multi-line pub mod be a good idea?

pub mod {
   bread,
   lettuce,
   bacon, 
   tomato, 
};

7 posts - 3 participants

Read full topic

🏷️ Rust_feed