Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-welcome
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-welcome
Commits
70051fc2
Unverified
Commit
70051fc2
authored
Aug 14, 2020
by
Yuki Okushi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean-up edition-related things
parent
fc8565f7
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
6 deletions
+3
-6
rustfmt.toml
rustfmt.toml
+0
-1
application.rs
src/application.rs
+2
-0
main.rs
src/main.rs
+0
-5
paginator.rs
src/widgets/paginator.rs
+1
-0
No files found.
rustfmt.toml
View file @
70051fc2
max_width
=
200
max_width
=
200
edition
=
"2018"
src/application.rs
View file @
70051fc2
...
@@ -2,7 +2,9 @@ use crate::config;
...
@@ -2,7 +2,9 @@ use crate::config;
use
crate
::
utils
;
use
crate
::
utils
;
use
crate
::
widgets
::
Window
;
use
crate
::
widgets
::
Window
;
use
gio
::
prelude
::
*
;
use
gio
::
prelude
::
*
;
use
glib
::
clone
;
use
gtk
::
prelude
::
*
;
use
gtk
::
prelude
::
*
;
use
log
::
info
;
use
std
::
env
;
use
std
::
env
;
use
std
::{
cell
::
RefCell
,
rc
::
Rc
};
use
std
::{
cell
::
RefCell
,
rc
::
Rc
};
...
...
src/main.rs
View file @
70051fc2
#
[
macro_use
]
extern
crate
log
;
#[macro_use]
extern
crate
glib
;
use
gettextrs
::
*
;
use
gettextrs
::
*
;
mod
application
;
mod
application
;
...
...
src/widgets/paginator.rs
View file @
70051fc2
use
anyhow
::
Result
;
use
anyhow
::
Result
;
use
gettextrs
::
gettext
;
use
gettextrs
::
gettext
;
use
glib
::
clone
;
use
gtk
::
prelude
::
*
;
use
gtk
::
prelude
::
*
;
use
std
::
cell
::
RefCell
;
use
std
::
cell
::
RefCell
;
use
std
::
rc
::
Rc
;
use
std
::
rc
::
Rc
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment