aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/rust-session-manager.cc
diff options
context:
space:
mode:
authorSimplyTheOther <simplytheother@gmail.com>2020-12-09 17:42:16 +0800
committerSimplyTheOther <simplytheother@gmail.com>2020-12-09 17:42:16 +0800
commit53ddea7a266c43f30702b0c24ce05e4d5dad0ecc (patch)
treedf37183b3b068ea00f0e88e80d4bbb8f621fbbf8 /gcc/rust/rust-session-manager.cc
parentb343d117f5cf7976d3c4c93d9595e2471d780acd (diff)
downloadgcc-53ddea7a266c43f30702b0c24ce05e4d5dad0ecc.zip
gcc-53ddea7a266c43f30702b0c24ce05e4d5dad0ecc.tar.gz
gcc-53ddea7a266c43f30702b0c24ce05e4d5dad0ecc.tar.bz2
Fixed formatting to fit gcc style
Diffstat (limited to 'gcc/rust/rust-session-manager.cc')
-rw-r--r--gcc/rust/rust-session-manager.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/rust/rust-session-manager.cc b/gcc/rust/rust-session-manager.cc
index 5da2764..3e573a6 100644
--- a/gcc/rust/rust-session-manager.cc
+++ b/gcc/rust/rust-session-manager.cc
@@ -630,7 +630,8 @@ Session::injection (AST::Crate &crate)
* rustc also has a "quote" macro that is defined differently and is
* supposedly not stable so eh. */
/* TODO: actually implement injection of these macros. In particular, derive
- * macros, cfg, and test should be prioritised since they seem to be used the most. */
+ * macros, cfg, and test should be prioritised since they seem to be used the
+ * most. */
// crate injection
std::vector<std::string> names;