-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.11.0
-
Component/s: Rust - Compiler
-
Labels:None
Currently the generated thrift code doesn't have space after the doc string comment ///. It's better to add that for better styling. We should simply need to modify https://github.com/apache/thrift/blob/master/compiler/cpp/src/thrift/generate/t_rs_generator.cc#L2834.
- links to