Update lib.rs
This commit is contained in:
		
							parent
							
								
									77a535865b
								
							
						
					
					
						commit
						264c9bfd3c
					
				| @ -34,9 +34,9 @@ | ||||
| //! 	let io = IoHandler::new();
 | ||||
| //! 	io.add_method("say_hello", SayHello);
 | ||||
| //! 	let _server = Server::start_unsecure_http(
 | ||||
| //!			&"127.0.0.1:3030".parse().unwrap(),
 | ||||
| //!			Arc::new(io)
 | ||||
| //!		);
 | ||||
| //!		&"127.0.0.1:3030".parse().unwrap(),
 | ||||
| //!		Arc::new(io)
 | ||||
| //!	);
 | ||||
| //! }
 | ||||
| //! ```
 | ||||
| //!
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user